<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
h3 {
	font-size:24px;
	font-weight:bold;	
	position:relative;
	display:inline-block;
	width:auto;
	z-index:1;	
	background:white;
}
p.en {
	text-transform:uppercase;
	color:#bcbcbc;	
}
#title {
	text-align:center;
	position:relative;
	padding:25px 0;	
}
span.line-x {
	display:block;	
	width:100%;
	height:1px;
	background:#ccc;
	position:absolute;
	top:46px;
	left:0;
	z-index:0;
}
h3 span {
	display:inline-block;
	width:5px;
	height:30px;
	background:#28297b;	
	vertical-align:middle;
	margin-right:10px;
}
h3 span:last-child{
	margin:0 0 0 10px;	
}
#title3 {
	position:relative;
}	
#title3 .more,#title .more {
	position:absolute;
	top:8px;
	right:10px;	
	display:block;
	padding:0 10px 0 40px;
	color:#ff900d;
	z-index:1;
	background:white url(../images/moreicon.png) no-repeat 10px center;
}
#title .more {
	top:32px;	
}
#title3 span.line-x{
	top:22px;
}
#title3 p.en {
		
}
#title h3,#title2 h3,#title3 h3 {
	background:#be0002;
	line-height:40px;
	height:40px;
	padding:0 15px;
	color:white;
}
/* banner css */
.slideBox {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 30px;
	width: 100%;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
	width: 100%;
}
.slideBox .hd ul li {
	display: inline-block;
	margin-right: 2px;
	width: 40px;
	height: 3px;
	line-height: 14px;
	text-align: center;
	background: #be0002;
	cursor: pointer;
	opacity: 0.5;
}
.slideBox .hd ul li.on {
	opacity: 1;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 500px;
	margin-left: -960px;
	display: block;
}
/*box1*/
.box1 {
	margin-bottom:30px;	
}
.box1 .video {
	width:650px;
}	
.box1 .right {
	width:520px;
}
#title2 {
	border-bottom:1px #ccc solid;
	margin-bottom:10px;	
	position:relative;
	padding-bottom:10px;
}
#title2 h4 {
	font-size:20px;
	font-weight:bold;	
}
#title2 a.more {
	display:block;
	position:absolute;
	top:5px;
	right:0px;
	color:#ff900d;
	padding:0 10px 0 30px;
	background:url(../images/moreicon.png) no-repeat left center;
}	
.box1 .right .txt {
	height:352px;
	display: -webkit-box;
   	-webkit-line-clamp: 11;
	word-break: break-all;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:2em;
	color:#666;
	text-indent:2em;	
}
/*产品*/
.picScroll-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin: auto;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 33px;
	margin-top:10px;
	text-align:center;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: inline-block;
	width: 33px;
	height: 33px;
	margin:0 5px;
	border-radius:50%;
	overflow: hidden;
	cursor: pointer;
	background:#e5e5e5 url(../images/arrow-02.png) no-repeat center center;
	*display: inline;
}
.picScroll-left .hd .next {
	background:#e5e5e5 url(../images/arrow.png) no-repeat center center;
}

.picScroll-left .bd {
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 13px 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position:relative;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 290px;
	height: 220px;
	display: block;
}
.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picScroll-left .bd ul li .title {
	height:40px;
	width:290px;
	line-height:40px;
	position:absolute;
	bottom:0;
	left:0;
	background:url(../images/hei5.png);
}
.picScroll-left .bd ul li .title a {
	padding:0 10px;
	color:white;
}
/*新闻*/
.newsbox {
	width:390px;
	float:left;	
}
.newsbox:nth-child(2){
	margin:0 15px;	
}
.newsbox li {
	border-bottom:1px #ccc dashed;	
}
.newsbox li a{
	display:block;
	padding:7px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#666;
}
.box4 {
	padding:30px 0;	
}
.box5 .list {
	width:620px;	
}
.box5 .list li {
	border-bottom:1px #ccc dashed;
	position:relative;	
}
.box5 .list li a{
	display:block;
	padding:7px 7px 6px 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#666;
}
.box5 .list li .icon {
	position:absolute;
	top:0;
	left:8px;
	font-size:50px;
	line-height:36px;
	color:#ccc;	
}
/* imglist css */
.slideBox2 {
	width: 560px;
	height: 420px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.slideBox2 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 1;
}
.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox2 .hd ul li {
	float: left;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	text-indent:-999px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.5;
}
.slideBox2 .hd ul li.on {
	opacity: 1;
}
.slideBox2 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox2 .bd li {
	zoom: 1;
	vertical-align: middle;
	position:relative;
}
.slideBox2 .bd img {
	width: 560px;
	height: 420px;
	display: block;
}
.slideBox2 .bd li .txt {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:60px;
	background:url(../images/hei.png) repeat-x center center;	
}
.slideBox2 .bd li .txt a {
	position:absolute;
	bottom:0;
	left:0;
	line-height:50px;
	color:white;
	display:block;
	width:450px;
	padding-left:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
</pre></body></html>